Html Css Color HEX #CB6813 Chocolate

📋 copy color: '#CB6813'

red 203 ◦ green 104 ◦ blue 19

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

Shades of Chocolate #CB6813

Tints of Chocolate #CB6813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 62.27%
G = 31.9%
B = 5.83%

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

#CB6813 (or 0xCB6813) is known color: Chocolate. HEX triplet: CB, 68 and 13. RGB value is (203,104,19). Sum of RGB (Red+Green+Blue) = 203+104+19=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6813 is #3497EC. Grayscale: #7C7C7C. Windows color (decimal): -3446765 or 1272011. OLE color: 1272011.

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

Color convert

RGB 203 104 19 -
CMYK 0 0.49 0.91 0.20
HSL 27.72º 0.83% 0.44% -
HSV(B) 27.72º 0.91% 0.8% -
XYZ 29.7 22.64 3.42 -
YUV 123.91 68.8 184.41 -
System Red Green Blue C M Y K H S L
Decimal 203 104 19 0 0.49 0.91 0.20 27.72 0.83 0.44
Hex CB 68 13 0 31 5B 14 1C 53 2C
Octal 313 150 23 0 61 133 24 34 123 54
Binary 11001011 1101000 10011 0 110001 1011011 10100 11100 1010011 101100

Color Harmonies of #CB6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6813

Black with #CB6813

Text Example


Text Example

White with #CB6813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6813; }

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

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

background-color css

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

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

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

border-color css

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

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

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