Html Css Color HEX #CB6610 Chocolate

📋 copy color: '#CB6610'

red 203 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #CB6610

Tints of Chocolate #CB6610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.78%

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 63.24%
G = 31.78%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB6610 (or 0xCB6610) is known color: Chocolate. HEX triplet: CB, 66 and 10. RGB value is (203,102,16). Sum of RGB (Red+Green+Blue) = 203+102+16=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6610 is #3499EF. Grayscale: #7A7A7A. Windows color (decimal): -3447280 or 1074891. OLE color: 1074891.

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

Color convert

RGB 203 102 16 -
CMYK 0 0.50 0.92 0.20
HSL 27.59º 0.85% 0.43% -
HSV(B) 27.59º 0.92% 0.8% -
XYZ 29.47 22.24 3.23 -
YUV 122.4 67.96 185.49 -
System Red Green Blue C M Y K H S L
Decimal 203 102 16 0 0.50 0.92 0.20 27.59 0.85 0.43
Hex CB 66 10 0 32 5C 14 1C 55 2B
Octal 313 146 20 0 62 134 24 34 125 53
Binary 11001011 1100110 10000 0 110010 1011100 10100 11100 1010101 101011

Color Harmonies of #CB6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6610

Black with #CB6610

Text Example


Text Example

White with #CB6610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6610; }

 p { color: rgb(203,102,16); }

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

background-color css

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

 a { background-color: rgb(203,102,16); }

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

border-color css

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

 span { border-color: rgb(203,102,16); }

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