Html Css Color HEX #CB6716 Chocolate

📋 copy color: '#CB6716'

red 203 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #CB6716

Tints of Chocolate #CB6716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 61.89%
G = 31.4%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB6716 (or 0xCB6716) is known color: Chocolate. HEX triplet: CB, 67 and 16. RGB value is (203,103,22). Sum of RGB (Red+Green+Blue) = 203+103+22=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6716 is #3498E9. Grayscale: #7C7C7C. Windows color (decimal): -3447018 or 1468363. OLE color: 1468363.

HSL color Cylindrical-coordinate representation of color #CB6716: hue angle of 26.85º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB6716 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 103 22 -
CMYK 0 0.49 0.89 0.20
HSL 26.85º 0.8% 0.44% -
HSV(B) 26.85º 0.89% 0.8% -
XYZ 29.62 22.45 3.53 -
YUV 123.67 70.63 184.59 -
System Red Green Blue C M Y K H S L
Decimal 203 103 22 0 0.49 0.89 0.20 26.85 0.8 0.44
Hex CB 67 16 0 31 59 14 1B 50 2C
Octal 313 147 26 0 61 131 24 33 120 54
Binary 11001011 1100111 10110 0 110001 1011001 10100 11011 1010000 101100

Color Harmonies of #CB6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6716

Black with #CB6716

Text Example


Text Example

White with #CB6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6716; }

 p { color: rgb(203,103,22); }

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

background-color css

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

 a { background-color: rgb(203,103,22); }

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

border-color css

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

 span { border-color: rgb(203,103,22); }

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