Html Css Color HEX #C6701B Ochre

📋 copy color: '#C6701B'

red 198 ◦ green 112 ◦ blue 27

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

Shades of Ochre #C6701B

Tints of Ochre #C6701B

RGB

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

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

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

R = 58.75%
G = 33.23%
B = 8.01%

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

#C6701B (or 0xC6701B) is known color: Ochre. HEX triplet: C6, 70 and 1B. RGB value is (198,112,27). Sum of RGB (Red+Green+Blue) = 198+112+27=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C6701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6701B is #398FE4. Grayscale: #808080. Windows color (decimal): -3772389 or 1798342. OLE color: 1798342.

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

Color convert

RGB 198 112 27 -
CMYK 0 0.43 0.86 0.22
HSL 29.82º 0.76% 0.44% -
HSV(B) 29.82º 0.86% 0.78% -
XYZ 29.28 23.67 4.06 -
YUV 128.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 198 112 27 0 0.43 0.86 0.22 29.82 0.76 0.44
Hex C6 70 1B 0 2B 56 16 1E 4C 2C
Octal 306 160 33 0 53 126 26 36 114 54
Binary 11000110 1110000 11011 0 101011 1010110 10110 11110 1001100 101100

Color Harmonies of #C6701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6701B

Black with #C6701B

Text Example


Text Example

White with #C6701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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