Html Css Color HEX #CB6B1E Chocolate

📋 copy color: '#CB6B1E'

red 203 ◦ green 107 ◦ blue 30

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

Shades of Chocolate #CB6B1E

Tints of Chocolate #CB6B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 59.71%
G = 31.47%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB6B1E (or 0xCB6B1E) is known color: Chocolate. HEX triplet: CB, 6B and 1E. RGB value is (203,107,30). Sum of RGB (Red+Green+Blue) = 203+107+30=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6B1E is #3494E1. Grayscale: #7F7F7F. Windows color (decimal): -3445986 or 1993675. OLE color: 1993675.

HSL color Cylindrical-coordinate representation of color #CB6B1E: hue angle of 26.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB6B1E is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 107 30 -
CMYK 0 0.47 0.85 0.20
HSL 26.71º 0.74% 0.46% -
HSV(B) 26.71º 0.85% 0.8% -
XYZ 30.12 23.31 4.14 -
YUV 126.93 73.3 182.26 -
System Red Green Blue C M Y K H S L
Decimal 203 107 30 0 0.47 0.85 0.20 26.71 0.74 0.46
Hex CB 6B 1E 0 2F 55 14 1B 4A 2E
Octal 313 153 36 0 57 125 24 33 112 56
Binary 11001011 1101011 11110 0 101111 1010101 10100 11011 1001010 101110

Color Harmonies of #CB6B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B1E

Black with #CB6B1E

Text Example


Text Example

White with #CB6B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B1E; }

 p { color: rgb(203,107,30); }

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

background-color css

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

 a { background-color: rgb(203,107,30); }

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

border-color css

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

 span { border-color: rgb(203,107,30); }

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