Html Css Color HEX #D6761B Ochre

📋 copy color: '#D6761B'

red 214 ◦ green 118 ◦ blue 27

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

Shades of Ochre #D6761B

Tints of Ochre #D6761B

RGB

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

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

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

R = 59.61%
G = 32.87%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6761B (or 0xD6761B) is known color: Ochre. HEX triplet: D6, 76 and 1B. RGB value is (214,118,27). Sum of RGB (Red+Green+Blue) = 214+118+27=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6761B is #2989E4. Grayscale: #888888. Windows color (decimal): -2722277 or 1799894. OLE color: 1799894.

HSL color Cylindrical-coordinate representation of color #D6761B: hue angle of 29.2º 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 #D6761B is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 118 27 -
CMYK 0 0.45 0.87 0.16
HSL 29.2º 0.78% 0.47% -
HSV(B) 29.2º 0.87% 0.84% -
XYZ 34.41 27.33 4.5 -
YUV 136.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 214 118 27 0 0.45 0.87 0.16 29.2 0.78 0.47
Hex D6 76 1B 0 2D 57 10 1D 4E 2F
Octal 326 166 33 0 55 127 20 35 116 57
Binary 11010110 1110110 11011 0 101101 1010111 10000 11101 1001110 101111

Color Harmonies of #D6761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6761B

Black with #D6761B

Text Example


Text Example

White with #D6761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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