Html Css Color HEX #C6710E Ochre

📋 copy color: '#C6710E'

red 198 ◦ green 113 ◦ blue 14

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

Shades of Ochre #C6710E

Tints of Ochre #C6710E

RGB

 RED value IS 198 (77.73% from 255) = 60.92%

 GREEN value IS 113 (44.53% from 255) = 34.77%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 60.92%
G = 34.77%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6710E (or 0xC6710E) is known color: Ochre. HEX triplet: C6, 71 and 0E. RGB value is (198,113,14). Sum of RGB (Red+Green+Blue) = 198+113+14=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6710E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6710E is #398EF1. Grayscale: #7F7F7F. Windows color (decimal): -3772146 or 946630. OLE color: 946630.

HSL color Cylindrical-coordinate representation of color #C6710E: hue angle of 32.28º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6710E is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 113 14 -
CMYK 0 0.43 0.93 0.22
HSL 32.28º 0.87% 0.42% -
HSV(B) 32.28º 0.93% 0.78% -
XYZ 29.27 23.85 3.48 -
YUV 127.13 64.16 178.55 -
System Red Green Blue C M Y K H S L
Decimal 198 113 14 0 0.43 0.93 0.22 32.28 0.87 0.42
Hex C6 71 E 0 2B 5D 16 20 57 2A
Octal 306 161 16 0 53 135 26 40 127 52
Binary 11000110 1110001 1110 0 101011 1011101 10110 100000 1010111 101010

Color Harmonies of #C6710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6710E

Black with #C6710E

Text Example


Text Example

White with #C6710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6710E; }

 p { color: rgb(198,113,14); }

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

background-color css

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

 a { background-color: rgb(198,113,14); }

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

border-color css

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

 span { border-color: rgb(198,113,14); }

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