Html Css Color HEX #CD6B0B Chocolate

📋 copy color: '#CD6B0B'

red 205 ◦ green 107 ◦ blue 11

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

Shades of Chocolate #CD6B0B

Tints of Chocolate #CD6B0B

RGB

 RED value IS 205 (80.47% from 255) = 63.47%

 GREEN value IS 107 (42.19% from 255) = 33.13%

 BLUE value IS 11 (4.69% from 255) = 3.41%

R = 63.47%
G = 33.13%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD6B0B (or 0xCD6B0B) is known color: Chocolate. HEX triplet: CD, 6B and 0B. RGB value is (205,107,11). Sum of RGB (Red+Green+Blue) = 205+107+11=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6B0B is #3294F4. Grayscale: #7D7D7D. Windows color (decimal): -3314933 or 748493. OLE color: 748493.

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

Color convert

RGB 205 107 11 -
CMYK 0 0.48 0.95 0.20
HSL 29.69º 0.9% 0.42% -
HSV(B) 29.69º 0.95% 0.8% -
XYZ 30.49 23.52 3.25 -
YUV 125.36 63.47 184.81 -
System Red Green Blue C M Y K H S L
Decimal 205 107 11 0 0.48 0.95 0.20 29.69 0.9 0.42
Hex CD 6B B 0 30 5F 14 1E 5A 2A
Octal 315 153 13 0 60 137 24 36 132 52
Binary 11001101 1101011 1011 0 110000 1011111 10100 11110 1011010 101010

Color Harmonies of #CD6B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6B0B

Black with #CD6B0B

Text Example


Text Example

White with #CD6B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6B0B; }

 p { color: rgb(205,107,11); }

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

background-color css

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

 a { background-color: rgb(205,107,11); }

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

border-color css

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

 span { border-color: rgb(205,107,11); }

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