Html Css Color HEX #C65D19 Chocolate

📋 copy color: '#C65D19'

red 198 ◦ green 93 ◦ blue 25

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

Shades of Chocolate #C65D19

Tints of Chocolate #C65D19

RGB

 RED value IS 198 (77.73% from 255) = 62.66%

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 62.66%
G = 29.43%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C65D19 (or 0xC65D19) is known color: Chocolate. HEX triplet: C6, 5D and 19. RGB value is (198,93,25). Sum of RGB (Red+Green+Blue) = 198+93+25=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65D19 is #39A2E6. Grayscale: #757575. Windows color (decimal): -3777255 or 1662406. OLE color: 1662406.

HSL color Cylindrical-coordinate representation of color #C65D19: hue angle of 23.58º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C65D19 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 93 25 -
CMYK 0 0.53 0.87 0.22
HSL 23.58º 0.78% 0.44% -
HSV(B) 23.58º 0.87% 0.78% -
XYZ 27.38 19.9 3.32 -
YUV 116.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 198 93 25 0 0.53 0.87 0.22 23.58 0.78 0.44
Hex C6 5D 19 0 35 57 16 18 4E 2C
Octal 306 135 31 0 65 127 26 30 116 54
Binary 11000110 1011101 11001 0 110101 1010111 10110 11000 1001110 101100

Color Harmonies of #C65D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65D19

Black with #C65D19

Text Example


Text Example

White with #C65D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65D19; }

 p { color: rgb(198,93,25); }

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

background-color css

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

 a { background-color: rgb(198,93,25); }

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

border-color css

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

 span { border-color: rgb(198,93,25); }

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