Html Css Color HEX #CB6914 Chocolate

📋 copy color: '#CB6914'

red 203 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #CB6914

Tints of Chocolate #CB6914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 61.89%
G = 32.01%
B = 6.1%

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

#CB6914 (or 0xCB6914) is known color: Chocolate. HEX triplet: CB, 69 and 14. RGB value is (203,105,20). Sum of RGB (Red+Green+Blue) = 203+105+20=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6914 is #3496EB. Grayscale: #7D7D7D. Windows color (decimal): -3446508 or 1337803. OLE color: 1337803.

HSL color Cylindrical-coordinate representation of color #CB6914: hue angle of 27.87º degrees, saturation: 0.82, 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 #CB6914 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 105 20 -
CMYK 0 0.48 0.90 0.20
HSL 27.87º 0.82% 0.44% -
HSV(B) 27.87º 0.9% 0.8% -
XYZ 29.81 22.85 3.5 -
YUV 124.61 68.97 183.91 -
System Red Green Blue C M Y K H S L
Decimal 203 105 20 0 0.48 0.90 0.20 27.87 0.82 0.44
Hex CB 69 14 0 30 5A 14 1C 52 2C
Octal 313 151 24 0 60 132 24 34 122 54
Binary 11001011 1101001 10100 0 110000 1011010 10100 11100 1010010 101100

Color Harmonies of #CB6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6914

Black with #CB6914

Text Example


Text Example

White with #CB6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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