Html Css Color HEX #C6711F Ochre

📋 copy color: '#C6711F'

red 198 ◦ green 113 ◦ blue 31

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

Shades of Ochre #C6711F

Tints of Ochre #C6711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 57.89%
G = 33.04%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6711F (or 0xC6711F) is known color: Ochre. HEX triplet: C6, 71 and 1F. RGB value is (198,113,31). Sum of RGB (Red+Green+Blue) = 198+113+31=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6711F is #398EE0. Grayscale: #818181. Windows color (decimal): -3772129 or 2060742. OLE color: 2060742.

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

Color convert

RGB 198 113 31 -
CMYK 0 0.43 0.84 0.22
HSL 29.46º 0.73% 0.45% -
HSV(B) 29.46º 0.84% 0.78% -
XYZ 29.44 23.91 4.36 -
YUV 129.07 72.66 177.17 -
System Red Green Blue C M Y K H S L
Decimal 198 113 31 0 0.43 0.84 0.22 29.46 0.73 0.45
Hex C6 71 1F 0 2B 54 16 1D 49 2D
Octal 306 161 37 0 53 124 26 35 111 55
Binary 11000110 1110001 11111 0 101011 1010100 10110 11101 1001001 101101

Color Harmonies of #C6711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6711F

Black with #C6711F

Text Example


Text Example

White with #C6711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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