Html Css Color HEX #D6731B Chocolate

📋 copy color: '#D6731B'

red 214 ◦ green 115 ◦ blue 27

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

Shades of Chocolate #D6731B

Tints of Chocolate #D6731B

RGB

 RED value IS 214 (83.98% from 255) = 60.11%

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 60.11%
G = 32.3%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6731B (or 0xD6731B) is known color: Chocolate. HEX triplet: D6, 73 and 1B. RGB value is (214,115,27). Sum of RGB (Red+Green+Blue) = 214+115+27=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6731B is #298CE4. Grayscale: #878787. Windows color (decimal): -2723045 or 1799126. OLE color: 1799126.

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

Color convert

RGB 214 115 27 -
CMYK 0 0.46 0.87 0.16
HSL 28.24º 0.78% 0.47% -
HSV(B) 28.24º 0.87% 0.84% -
XYZ 34.06 26.64 4.38 -
YUV 134.57 67.3 184.66 -
System Red Green Blue C M Y K H S L
Decimal 214 115 27 0 0.46 0.87 0.16 28.24 0.78 0.47
Hex D6 73 1B 0 2E 57 10 1C 4E 2F
Octal 326 163 33 0 56 127 20 34 116 57
Binary 11010110 1110011 11011 0 101110 1010111 10000 11100 1001110 101111

Color Harmonies of #D6731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6731B

Black with #D6731B

Text Example


Text Example

White with #D6731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6731B; }

 p { color: rgb(214,115,27); }

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

background-color css

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

 a { background-color: rgb(214,115,27); }

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

border-color css

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

 span { border-color: rgb(214,115,27); }

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