Html Css Color HEX #CB6915 Chocolate

📋 copy color: '#CB6915'

red 203 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #CB6915

Tints of Chocolate #CB6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 61.7%
G = 31.91%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB6915 (or 0xCB6915) is known color: Chocolate. HEX triplet: CB, 69 and 15. RGB value is (203,105,21). Sum of RGB (Red+Green+Blue) = 203+105+21=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6915 is #3496EA. Grayscale: #7D7D7D. Windows color (decimal): -3446507 or 1403339. OLE color: 1403339.

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

Color convert

RGB 203 105 21 -
CMYK 0 0.48 0.90 0.20
HSL 27.69º 0.81% 0.44% -
HSV(B) 27.69º 0.9% 0.8% -
XYZ 29.82 22.85 3.55 -
YUV 124.73 69.47 183.83 -
System Red Green Blue C M Y K H S L
Decimal 203 105 21 0 0.48 0.90 0.20 27.69 0.81 0.44
Hex CB 69 15 0 30 5A 14 1C 51 2C
Octal 313 151 25 0 60 132 24 34 121 54
Binary 11001011 1101001 10101 0 110000 1011010 10100 11100 1010001 101100

Color Harmonies of #CB6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6915

Black with #CB6915

Text Example


Text Example

White with #CB6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6915; }

 p { color: rgb(203,105,21); }

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

background-color css

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

 a { background-color: rgb(203,105,21); }

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

border-color css

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

 span { border-color: rgb(203,105,21); }

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