Html Css Color HEX #D6761E Ochre

📋 copy color: '#D6761E'

red 214 ◦ green 118 ◦ blue 30

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

Shades of Ochre #D6761E

Tints of Ochre #D6761E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.6%

 BLUE value IS 30 (12.11% from 255) = 8.29%

R = 59.12%
G = 32.6%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6761E (or 0xD6761E) is known color: Ochre. HEX triplet: D6, 76 and 1E. RGB value is (214,118,30). Sum of RGB (Red+Green+Blue) = 214+118+30=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6761E is #2989E1. Grayscale: #898989. Windows color (decimal): -2722274 or 1996502. OLE color: 1996502.

HSL color Cylindrical-coordinate representation of color #D6761E: hue angle of 28.7º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6761E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 30 -
CMYK 0 0.45 0.86 0.16
HSL 28.7º 0.75% 0.48% -
HSV(B) 28.7º 0.86% 0.84% -
XYZ 34.44 27.35 4.69 -
YUV 136.67 67.8 183.16 -
System Red Green Blue C M Y K H S L
Decimal 214 118 30 0 0.45 0.86 0.16 28.7 0.75 0.48
Hex D6 76 1E 0 2D 56 10 1D 4B 30
Octal 326 166 36 0 55 126 20 35 113 60
Binary 11010110 1110110 11110 0 101101 1010110 10000 11101 1001011 110000

Color Harmonies of #D6761E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6761E

Black with #D6761E

Text Example


Text Example

White with #D6761E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6761E; }

 p { color: rgb(214,118,30); }

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

background-color css

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

 a { background-color: rgb(214,118,30); }

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

border-color css

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

 span { border-color: rgb(214,118,30); }

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