Html Css Color HEX #D6761A Ochre

📋 copy color: '#D6761A'

red 214 ◦ green 118 ◦ blue 26

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

Shades of Ochre #D6761A

Tints of Ochre #D6761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 59.78%
G = 32.96%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6761A (or 0xD6761A) is known color: Ochre. HEX triplet: D6, 76 and 1A. RGB value is (214,118,26). Sum of RGB (Red+Green+Blue) = 214+118+26=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6761A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6761A is #2989E5. Grayscale: #888888. Windows color (decimal): -2722278 or 1734358. OLE color: 1734358.

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

Color convert

RGB 214 118 26 -
CMYK 0 0.45 0.88 0.16
HSL 29.36º 0.78% 0.47% -
HSV(B) 29.36º 0.88% 0.84% -
XYZ 34.4 27.33 4.44 -
YUV 136.22 65.8 183.48 -
System Red Green Blue C M Y K H S L
Decimal 214 118 26 0 0.45 0.88 0.16 29.36 0.78 0.47
Hex D6 76 1A 0 2D 58 10 1D 4E 2F
Octal 326 166 32 0 55 130 20 35 116 57
Binary 11010110 1110110 11010 0 101101 1011000 10000 11101 1001110 101111

Color Harmonies of #D6761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6761A

Black with #D6761A

Text Example


Text Example

White with #D6761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6761A; }

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

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

background-color css

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

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

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

border-color css

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

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

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