Html Css Color HEX #D76613 Chocolate

📋 copy color: '#D76613'

red 215 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #D76613

Tints of Chocolate #D76613

RGB

 RED value IS 215 (84.38% from 255) = 63.99%

 GREEN value IS 102 (40.23% from 255) = 30.36%

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

R = 63.99%
G = 30.36%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D76613 (or 0xD76613) is known color: Chocolate. HEX triplet: D7, 66 and 13. RGB value is (215,102,19). Sum of RGB (Red+Green+Blue) = 215+102+19=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D76613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76613 is #2899EC. Grayscale: #7E7E7E. Windows color (decimal): -2660845 or 1271511. OLE color: 1271511.

HSL color Cylindrical-coordinate representation of color #D76613: hue angle of 25.41º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D76613 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 102 19 -
CMYK 0 0.53 0.91 0.16
HSL 25.41º 0.84% 0.46% -
HSV(B) 25.41º 0.91% 0.84% -
XYZ 32.89 24 3.51 -
YUV 126.33 67.44 191.25 -
System Red Green Blue C M Y K H S L
Decimal 215 102 19 0 0.53 0.91 0.16 25.41 0.84 0.46
Hex D7 66 13 0 35 5B 10 19 54 2E
Octal 327 146 23 0 65 133 20 31 124 56
Binary 11010111 1100110 10011 0 110101 1011011 10000 11001 1010100 101110

Color Harmonies of #D76613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76613

Black with #D76613

Text Example


Text Example

White with #D76613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76613; }

 p { color: rgb(215,102,19); }

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

background-color css

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

 a { background-color: rgb(215,102,19); }

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

border-color css

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

 span { border-color: rgb(215,102,19); }

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