Html Css Color HEX #CB6912 Chocolate

📋 copy color: '#CB6912'

red 203 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #CB6912

Tints of Chocolate #CB6912

RGB

 RED value IS 203 (79.69% from 255) = 62.27%

 GREEN value IS 105 (41.41% from 255) = 32.21%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 62.27%
G = 32.21%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB6912 (or 0xCB6912) is known color: Chocolate. HEX triplet: CB, 69 and 12. RGB value is (203,105,18). Sum of RGB (Red+Green+Blue) = 203+105+18=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6912 is #3496ED. Grayscale: #7C7C7C. Windows color (decimal): -3446510 or 1206731. OLE color: 1206731.

HSL color Cylindrical-coordinate representation of color #CB6912: hue angle of 28.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB6912 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 105 18 -
CMYK 0 0.48 0.91 0.20
HSL 28.22º 0.84% 0.43% -
HSV(B) 28.22º 0.91% 0.8% -
XYZ 29.79 22.84 3.41 -
YUV 124.38 67.97 184.07 -
System Red Green Blue C M Y K H S L
Decimal 203 105 18 0 0.48 0.91 0.20 28.22 0.84 0.43
Hex CB 69 12 0 30 5B 14 1C 54 2B
Octal 313 151 22 0 60 133 24 34 124 53
Binary 11001011 1101001 10010 0 110000 1011011 10100 11100 1010100 101011

Color Harmonies of #CB6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6912

Black with #CB6912

Text Example


Text Example

White with #CB6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6912; }

 p { color: rgb(203,105,18); }

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

background-color css

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

 a { background-color: rgb(203,105,18); }

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

border-color css

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

 span { border-color: rgb(203,105,18); }

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