Html Css Color HEX #C6711B Ochre

📋 copy color: '#C6711B'

red 198 ◦ green 113 ◦ blue 27

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

Shades of Ochre #C6711B

Tints of Ochre #C6711B

RGB

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

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

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

R = 58.58%
G = 33.43%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6711B (or 0xC6711B) is known color: Ochre. HEX triplet: C6, 71 and 1B. RGB value is (198,113,27). Sum of RGB (Red+Green+Blue) = 198+113+27=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6711B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6711B is #398EE4. Grayscale: #818181. Windows color (decimal): -3772133 or 1798598. OLE color: 1798598.

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

Color convert

RGB 198 113 27 -
CMYK 0 0.43 0.86 0.22
HSL 30.18º 0.76% 0.44% -
HSV(B) 30.18º 0.86% 0.78% -
XYZ 29.39 23.9 4.1 -
YUV 128.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 198 113 27 0 0.43 0.86 0.22 30.18 0.76 0.44
Hex C6 71 1B 0 2B 56 16 1E 4C 2C
Octal 306 161 33 0 53 126 26 36 114 54
Binary 11000110 1110001 11011 0 101011 1010110 10110 11110 1001100 101100

Color Harmonies of #C6711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6711B

Black with #C6711B

Text Example


Text Example

White with #C6711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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