Html Css Color HEX #C6BE68 Dark Khaki

📋 copy color: '#C6BE68'

red 198 ◦ green 190 ◦ blue 104

#C6BE68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C6BE68

Tints of Dark Khaki #C6BE68

RGB

 RED value IS 198 (77.73% from 255) = 40.24%

 GREEN value IS 190 (74.61% from 255) = 38.62%

 BLUE value IS 104 (41.02% from 255) = 21.14%

R = 40.24%
G = 38.62%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6BE68 (or 0xC6BE68) is known color: Dark Khaki. HEX triplet: C6, BE and 68. RGB value is (198,190,104). Sum of RGB (Red+Green+Blue) = 198+190+104=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE68 is #394197. Grayscale: #B6B6B6. Windows color (decimal): -3752344 or 6864582. OLE color: 6864582.

HSL color Cylindrical-coordinate representation of color #C6BE68: hue angle of 54.89º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6BE68 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 190 104 -
CMYK 0 0.04 0.47 0.22
HSL 54.89º 0.45% 0.59% -
HSV(B) 54.89º 0.47% 0.78% -
XYZ 44.2 49.83 20.39 -
YUV 182.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 198 190 104 0 0.04 0.47 0.22 54.89 0.45 0.59
Hex C6 BE 68 0 4 2F 16 37 2D 3B
Octal 306 276 150 0 4 57 26 67 55 73
Binary 11000110 10111110 1101000 0 100 101111 10110 110111 101101 111011

Color Harmonies of #C6BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE68

Black with #C6BE68

Text Example


Text Example

White with #C6BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE68; }

 p { color: rgb(198,190,104); }

 H1.HeaderClassName
 {
   color: #C6BE68;
 }
 .AnyTagClassName
 {
   color: #C6BE68;
 }
</style>

background-color css

<style>
 a { background-color: #C6BE68; }

 a { background-color: rgb(198,190,104); }

 div.DivClassName
 {
   background-color: #C6BE68;
 }
 .BgClassName
 {
   background-color: #C6BE68;
 }
</style>

border-color css

<style>
 span { border-color: #C6BE68; }

 span { border-color: rgb(198,190,104); }

 td.TdClassName
 {
   border-color: #C6BE68;
 }
 .TagClassName
 {
   border-color: #C6BE68;
 }
</style>