Html Css Color HEX #CB6A24 Chocolate

📋 copy color: '#CB6A24'

red 203 ◦ green 106 ◦ blue 36

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

Shades of Chocolate #CB6A24

Tints of Chocolate #CB6A24

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 58.84%
G = 30.72%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB6A24 (or 0xCB6A24) is known color: Chocolate. HEX triplet: CB, 6A and 24. RGB value is (203,106,36). Sum of RGB (Red+Green+Blue) = 203+106+36=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6A24 is #3495DB. Grayscale: #7F7F7F. Windows color (decimal): -3446236 or 2386635. OLE color: 2386635.

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

Color convert

RGB 203 106 36 -
CMYK 0 0.48 0.82 0.20
HSL 25.15º 0.7% 0.47% -
HSV(B) 25.15º 0.82% 0.8% -
XYZ 30.1 23.13 4.55 -
YUV 127.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 203 106 36 0 0.48 0.82 0.20 25.15 0.7 0.47
Hex CB 6A 24 0 30 52 14 19 46 2F
Octal 313 152 44 0 60 122 24 31 106 57
Binary 11001011 1101010 100100 0 110000 1010010 10100 11001 1000110 101111

Color Harmonies of #CB6A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A24

Black with #CB6A24

Text Example


Text Example

White with #CB6A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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