Html Css Color HEX #C6701C Ochre

📋 copy color: '#C6701C'

red 198 ◦ green 112 ◦ blue 28

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

Shades of Ochre #C6701C

Tints of Ochre #C6701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 28 (11.33% from 255) = 8.28%

R = 58.58%
G = 33.14%
B = 8.28%

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

#C6701C (or 0xC6701C) is known color: Ochre. HEX triplet: C6, 70 and 1C. RGB value is (198,112,28). Sum of RGB (Red+Green+Blue) = 198+112+28=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C6701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6701C is #398FE3. Grayscale: #808080. Windows color (decimal): -3772388 or 1863878. OLE color: 1863878.

HSL color Cylindrical-coordinate representation of color #C6701C: hue angle of 29.65º degrees, saturation: 0.75, 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 #C6701C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 28 -
CMYK 0 0.43 0.86 0.22
HSL 29.65º 0.75% 0.44% -
HSV(B) 29.65º 0.86% 0.78% -
XYZ 29.29 23.68 4.13 -
YUV 128.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 198 112 28 0 0.43 0.86 0.22 29.65 0.75 0.44
Hex C6 70 1C 0 2B 56 16 1E 4B 2C
Octal 306 160 34 0 53 126 26 36 113 54
Binary 11000110 1110000 11100 0 101011 1010110 10110 11110 1001011 101100

Color Harmonies of #C6701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6701C

Black with #C6701C

Text Example


Text Example

White with #C6701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6701C; }

 p { color: rgb(198,112,28); }

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

background-color css

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

 a { background-color: rgb(198,112,28); }

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

border-color css

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

 span { border-color: rgb(198,112,28); }

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