Html Css Color HEX #C06719 Chocolate

📋 copy color: '#C06719'

red 192 ◦ green 103 ◦ blue 25

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

Shades of Chocolate #C06719

Tints of Chocolate #C06719

RGB

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

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

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

R = 60%
G = 32.19%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C06719 (or 0xC06719) is known color: Chocolate. HEX triplet: C0, 67 and 19. RGB value is (192,103,25). Sum of RGB (Red+Green+Blue) = 192+103+25=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C06719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06719 is #3F98E6. Grayscale: #797979. Windows color (decimal): -4167911 or 1664960. OLE color: 1664960.

HSL color Cylindrical-coordinate representation of color #C06719: hue angle of 28.02º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C06719 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 25 -
CMYK 0 0.46 0.87 0.25
HSL 28.02º 0.77% 0.43% -
HSV(B) 28.02º 0.87% 0.75% -
XYZ 26.76 20.98 3.56 -
YUV 120.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 192 103 25 0 0.46 0.87 0.25 28.02 0.77 0.43
Hex C0 67 19 0 2E 57 19 1C 4D 2B
Octal 300 147 31 0 56 127 31 34 115 53
Binary 11000000 1100111 11001 0 101110 1010111 11001 11100 1001101 101011

Color Harmonies of #C06719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06719

Black with #C06719

Text Example


Text Example

White with #C06719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06719; }

 p { color: rgb(192,103,25); }

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

background-color css

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

 a { background-color: rgb(192,103,25); }

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

border-color css

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

 span { border-color: rgb(192,103,25); }

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