Html Css Color HEX #C06B13 Chocolate

📋 copy color: '#C06B13'

red 192 ◦ green 107 ◦ blue 19

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

Shades of Chocolate #C06B13

Tints of Chocolate #C06B13

RGB

 RED value IS 192 (75.39% from 255) = 60.38%

 GREEN value IS 107 (42.19% from 255) = 33.65%

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 60.38%
G = 33.65%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06B13 (or 0xC06B13) is known color: Chocolate. HEX triplet: C0, 6B and 13. RGB value is (192,107,19). Sum of RGB (Red+Green+Blue) = 192+107+19=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06B13 is #3F94EC. Grayscale: #7A7A7A. Windows color (decimal): -4166893 or 1272768. OLE color: 1272768.

HSL color Cylindrical-coordinate representation of color #C06B13: hue angle of 30.52º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06B13 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 19 -
CMYK 0 0.44 0.90 0.25
HSL 30.52º 0.82% 0.41% -
HSV(B) 30.52º 0.9% 0.75% -
XYZ 27.11 21.77 3.39 -
YUV 122.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 192 107 19 0 0.44 0.90 0.25 30.52 0.82 0.41
Hex C0 6B 13 0 2C 5A 19 1F 52 29
Octal 300 153 23 0 54 132 31 37 122 51
Binary 11000000 1101011 10011 0 101100 1011010 11001 11111 1010010 101001

Color Harmonies of #C06B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B13

Black with #C06B13

Text Example


Text Example

White with #C06B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B13; }

 p { color: rgb(192,107,19); }

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

background-color css

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

 a { background-color: rgb(192,107,19); }

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

border-color css

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

 span { border-color: rgb(192,107,19); }

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