Html Css Color HEX #CB6124 Chocolate

📋 copy color: '#CB6124'

red 203 ◦ green 97 ◦ blue 36

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

Shades of Chocolate #CB6124

Tints of Chocolate #CB6124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 60.42%
G = 28.87%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6124 (or 0xCB6124) is known color: Chocolate. HEX triplet: CB, 61 and 24. RGB value is (203,97,36). Sum of RGB (Red+Green+Blue) = 203+97+36=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6124 is #349EDB. Grayscale: #7A7A7A. Windows color (decimal): -3448540 or 2384331. OLE color: 2384331.

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

Color convert

RGB 203 97 36 -
CMYK 0 0.52 0.82 0.20
HSL 21.92º 0.7% 0.47% -
HSV(B) 21.92º 0.82% 0.8% -
XYZ 29.22 21.37 4.25 -
YUV 121.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 203 97 36 0 0.52 0.82 0.20 21.92 0.7 0.47
Hex CB 61 24 0 34 52 14 16 46 2F
Octal 313 141 44 0 64 122 24 26 106 57
Binary 11001011 1100001 100100 0 110100 1010010 10100 10110 1000110 101111

Color Harmonies of #CB6124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6124

Black with #CB6124

Text Example


Text Example

White with #CB6124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6124; }

 p { color: rgb(203,97,36); }

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

background-color css

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

 a { background-color: rgb(203,97,36); }

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

border-color css

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

 span { border-color: rgb(203,97,36); }

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