Html Css Color HEX #CB6819 Chocolate

📋 copy color: '#CB6819'

red 203 ◦ green 104 ◦ blue 25

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

Shades of Chocolate #CB6819

Tints of Chocolate #CB6819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.33%

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 61.14%
G = 31.33%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB6819 (or 0xCB6819) is known color: Chocolate. HEX triplet: CB, 68 and 19. RGB value is (203,104,25). Sum of RGB (Red+Green+Blue) = 203+104+25=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6819 is #3497E6. Grayscale: #7D7D7D. Windows color (decimal): -3446759 or 1665227. OLE color: 1665227.

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

Color convert

RGB 203 104 25 -
CMYK 0 0.49 0.88 0.20
HSL 26.63º 0.78% 0.45% -
HSV(B) 26.63º 0.88% 0.8% -
XYZ 29.75 22.67 3.73 -
YUV 124.6 71.8 183.92 -
System Red Green Blue C M Y K H S L
Decimal 203 104 25 0 0.49 0.88 0.20 26.63 0.78 0.45
Hex CB 68 19 0 31 58 14 1B 4E 2D
Octal 313 150 31 0 61 130 24 33 116 55
Binary 11001011 1101000 11001 0 110001 1011000 10100 11011 1001110 101101

Color Harmonies of #CB6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6819

Black with #CB6819

Text Example


Text Example

White with #CB6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6819; }

 p { color: rgb(203,104,25); }

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

background-color css

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

 a { background-color: rgb(203,104,25); }

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

border-color css

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

 span { border-color: rgb(203,104,25); }

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