Html Css Color HEX #C6801F Ochre

📋 copy color: '#C6801F'

red 198 ◦ green 128 ◦ blue 31

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

Shades of Ochre #C6801F

Tints of Ochre #C6801F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

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

R = 55.46%
G = 35.85%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6801F (or 0xC6801F) is known color: Ochre. HEX triplet: C6, 80 and 1F. RGB value is (198,128,31). Sum of RGB (Red+Green+Blue) = 198+128+31=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6801F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6801F is #397FE0. Grayscale: #8A8A8A. Windows color (decimal): -3768289 or 2064582. OLE color: 2064582.

HSL color Cylindrical-coordinate representation of color #C6801F: hue angle of 34.85º 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 #C6801F is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 31 -
CMYK 0 0.35 0.84 0.22
HSL 34.85º 0.73% 0.45% -
HSV(B) 34.85º 0.84% 0.78% -
XYZ 31.26 27.54 4.97 -
YUV 137.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 198 128 31 0 0.35 0.84 0.22 34.85 0.73 0.45
Hex C6 80 1F 0 23 54 16 23 49 2D
Octal 306 200 37 0 43 124 26 43 111 55
Binary 11000110 10000000 11111 0 100011 1010100 10110 100011 1001001 101101

Color Harmonies of #C6801F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6801F

Black with #C6801F

Text Example


Text Example

White with #C6801F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6801F; }

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

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

background-color css

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

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

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

border-color css

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

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

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