Html Css Color HEX #C6BF75 Dark Khaki

📋 copy color: '#C6BF75'

red 198 ◦ green 191 ◦ blue 117

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

Shades of Dark Khaki #C6BF75

Tints of Dark Khaki #C6BF75

RGB

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

 GREEN value IS 191 (75% from 255) = 37.75%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 39.13%
G = 37.75%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C6BF75 (or 0xC6BF75) is known color: Dark Khaki. HEX triplet: C6, BF and 75. RGB value is (198,191,117). Sum of RGB (Red+Green+Blue) = 198+191+117=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF75 is #39408A. Grayscale: #B8B8B8. Windows color (decimal): -3752075 or 7716806. OLE color: 7716806.

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

Color convert

RGB 198 191 117 -
CMYK 0 0.04 0.41 0.22
HSL 54.81º 0.42% 0.62% -
HSV(B) 54.81º 0.41% 0.78% -
XYZ 45.13 50.55 24.21 -
YUV 184.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 198 191 117 0 0.04 0.41 0.22 54.81 0.42 0.62
Hex C6 BF 75 0 4 29 16 37 2A 3E
Octal 306 277 165 0 4 51 26 67 52 76
Binary 11000110 10111111 1110101 0 100 101001 10110 110111 101010 111110

Color Harmonies of #C6BF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BF75

Black with #C6BF75

Text Example


Text Example

White with #C6BF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BF75; }

 p { color: rgb(198,191,117); }

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

background-color css

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

 a { background-color: rgb(198,191,117); }

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

border-color css

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

 span { border-color: rgb(198,191,117); }

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