Html Css Color HEX #CB6D1A Chocolate

📋 copy color: '#CB6D1A'

red 203 ◦ green 109 ◦ blue 26

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

Shades of Chocolate #CB6D1A

Tints of Chocolate #CB6D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.25%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 60.06%
G = 32.25%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB6D1A (or 0xCB6D1A) is known color: Chocolate. HEX triplet: CB, 6D and 1A. RGB value is (203,109,26). Sum of RGB (Red+Green+Blue) = 203+109+26=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D1A is #3492E5. Grayscale: #808080. Windows color (decimal): -3445478 or 1732043. OLE color: 1732043.

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

Color convert

RGB 203 109 26 -
CMYK 0 0.46 0.87 0.20
HSL 28.14º 0.77% 0.45% -
HSV(B) 28.14º 0.87% 0.8% -
XYZ 30.28 23.71 3.96 -
YUV 127.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 203 109 26 0 0.46 0.87 0.20 28.14 0.77 0.45
Hex CB 6D 1A 0 2E 57 14 1C 4D 2D
Octal 313 155 32 0 56 127 24 34 115 55
Binary 11001011 1101101 11010 0 101110 1010111 10100 11100 1001101 101101

Color Harmonies of #CB6D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D1A

Black with #CB6D1A

Text Example


Text Example

White with #CB6D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D1A; }

 p { color: rgb(203,109,26); }

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

background-color css

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

 a { background-color: rgb(203,109,26); }

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

border-color css

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

 span { border-color: rgb(203,109,26); }

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