#C67F1A

Color #C67F1A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C67F1A

Tints of Ochre #C67F1A

Color information

#C67F1A (or 0xC67F1A) is unknown color: approx Ochre. HEX triplet: C6, 7F and 1A. RGB value is (198,127,26). Sum of RGB (Red+Green+Blue) = 198+127+26=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67F1A is #3980E5. Grayscale: #898989. Windows color (decimal): -3768550 or 1736646. OLE color: 1736646.

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

Color convert

RGB19812726-
CMYK00.360.870.22
HSL35.23º76.79%43.92%-
HSV(B)35.23º86.87%77.65%-
XYZ31.0627.264.6-
YUV136.7165.52171.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.41%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 26 (10.55% from 255) = 7.41%
R=56.41%
G=36.18%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981272600.360.870.2235.2376.7943.92
HexC67F1A0245716234d2c
Octal30617732044127264311554
Binary1100011011111111101001001001010111101101000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F1A; }

 p { color: rgb(198,127,26); }

 H1.HeaderClassName
 {
   color: #C67F1A;
 }
 .AnyTagClassName
 {
   color: #C67F1A;
 }
</style>
background-color css

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

 a { background-color: rgb(198,127,26); }

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

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

 span { border-color: rgb(198,127,26); }

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