Html Css Color HEX #CB6812 Chocolate

📋 copy color: '#CB6812'

red 203 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #CB6812

Tints of Chocolate #CB6812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

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

R = 62.46%
G = 32%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB6812 (or 0xCB6812) is known color: Chocolate. HEX triplet: CB, 68 and 12. RGB value is (203,104,18). Sum of RGB (Red+Green+Blue) = 203+104+18=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6812 is #3497ED. Grayscale: #7C7C7C. Windows color (decimal): -3446766 or 1206475. OLE color: 1206475.

HSL color Cylindrical-coordinate representation of color #CB6812: hue angle of 27.89º 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 #CB6812 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 104 18 -
CMYK 0 0.49 0.91 0.20
HSL 27.89º 0.84% 0.43% -
HSV(B) 27.89º 0.91% 0.8% -
XYZ 29.69 22.64 3.38 -
YUV 123.8 68.3 184.49 -
System Red Green Blue C M Y K H S L
Decimal 203 104 18 0 0.49 0.91 0.20 27.89 0.84 0.43
Hex CB 68 12 0 31 5B 14 1C 54 2B
Octal 313 150 22 0 61 133 24 34 124 53
Binary 11001011 1101000 10010 0 110001 1011011 10100 11100 1010100 101011

Color Harmonies of #CB6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6812

Black with #CB6812

Text Example


Text Example

White with #CB6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6812; }

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

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

background-color css

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

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

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

border-color css

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

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

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