Html Css Color HEX #D6751C Ochre

📋 copy color: '#D6751C'

red 214 ◦ green 117 ◦ blue 28

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

Shades of Ochre #D6751C

Tints of Ochre #D6751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 59.61%
G = 32.59%
B = 7.8%

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

#D6751C (or 0xD6751C) is known color: Ochre. HEX triplet: D6, 75 and 1C. RGB value is (214,117,28). Sum of RGB (Red+Green+Blue) = 214+117+28=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6751C is #298AE3. Grayscale: #888888. Windows color (decimal): -2722532 or 1865174. OLE color: 1865174.

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

Color convert

RGB 214 117 28 -
CMYK 0 0.45 0.87 0.16
HSL 28.71º 0.77% 0.47% -
HSV(B) 28.71º 0.87% 0.84% -
XYZ 34.3 27.1 4.52 -
YUV 135.86 67.14 183.74 -
System Red Green Blue C M Y K H S L
Decimal 214 117 28 0 0.45 0.87 0.16 28.71 0.77 0.47
Hex D6 75 1C 0 2D 57 10 1D 4D 2F
Octal 326 165 34 0 55 127 20 35 115 57
Binary 11010110 1110101 11100 0 101101 1010111 10000 11101 1001101 101111

Color Harmonies of #D6751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6751C

Black with #D6751C

Text Example


Text Example

White with #D6751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6751C; }

 p { color: rgb(214,117,28); }

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

background-color css

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

 a { background-color: rgb(214,117,28); }

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

border-color css

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

 span { border-color: rgb(214,117,28); }

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