Html Css Color HEX #CB6D09 Chocolate

📋 copy color: '#CB6D09'

red 203 ◦ green 109 ◦ blue 9

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

Shades of Chocolate #CB6D09

Tints of Chocolate #CB6D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 63.24%
G = 33.96%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB6D09 (or 0xCB6D09) is known color: Chocolate. HEX triplet: CB, 6D and 09. RGB value is (203,109,9). Sum of RGB (Red+Green+Blue) = 203+109+9=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6D09 is #3492F6. Grayscale: #7E7E7E. Windows color (decimal): -3445495 or 617931. OLE color: 617931.

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

Color convert

RGB 203 109 9 -
CMYK 0 0.46 0.96 0.20
HSL 30.93º 0.92% 0.42% -
HSV(B) 30.93º 0.96% 0.8% -
XYZ 30.15 23.65 3.24 -
YUV 125.71 62.14 183.13 -
System Red Green Blue C M Y K H S L
Decimal 203 109 9 0 0.46 0.96 0.20 30.93 0.92 0.42
Hex CB 6D 9 0 2E 60 14 1F 5C 2A
Octal 313 155 11 0 56 140 24 37 134 52
Binary 11001011 1101101 1001 0 101110 1100000 10100 11111 1011100 101010

Color Harmonies of #CB6D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D09

Black with #CB6D09

Text Example


Text Example

White with #CB6D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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