Html Css Color HEX #CB6C1F Chocolate

📋 copy color: '#CB6C1F'

red 203 ◦ green 108 ◦ blue 31

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

Shades of Chocolate #CB6C1F

Tints of Chocolate #CB6C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 59.36%
G = 31.58%
B = 9.06%

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

#CB6C1F (or 0xCB6C1F) is known color: Chocolate. HEX triplet: CB, 6C and 1F. RGB value is (203,108,31). Sum of RGB (Red+Green+Blue) = 203+108+31=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6C1F is #3493E0. Grayscale: #808080. Windows color (decimal): -3445729 or 2059467. OLE color: 2059467.

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

Color convert

RGB 203 108 31 -
CMYK 0 0.47 0.85 0.20
HSL 26.86º 0.74% 0.46% -
HSV(B) 26.86º 0.85% 0.8% -
XYZ 30.24 23.52 4.24 -
YUV 127.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 203 108 31 0 0.47 0.85 0.20 26.86 0.74 0.46
Hex CB 6C 1F 0 2F 55 14 1B 4A 2E
Octal 313 154 37 0 57 125 24 33 112 56
Binary 11001011 1101100 11111 0 101111 1010101 10100 11011 1001010 101110

Color Harmonies of #CB6C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6C1F

Black with #CB6C1F

Text Example


Text Example

White with #CB6C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6C1F; }

 p { color: rgb(203,108,31); }

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

background-color css

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

 a { background-color: rgb(203,108,31); }

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

border-color css

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

 span { border-color: rgb(203,108,31); }

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