Html Css Color HEX #C6740F Ochre

📋 copy color: '#C6740F'

red 198 ◦ green 116 ◦ blue 15

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

Shades of Ochre #C6740F

Tints of Ochre #C6740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 60.18%
G = 35.26%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6740F (or 0xC6740F) is known color: Ochre. HEX triplet: C6, 74 and 0F. RGB value is (198,116,15). Sum of RGB (Red+Green+Blue) = 198+116+15=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6740F is #398BF0. Grayscale: #818181. Windows color (decimal): -3771377 or 1012934. OLE color: 1012934.

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

Color convert

RGB 198 116 15 -
CMYK 0 0.41 0.92 0.22
HSL 33.11º 0.86% 0.42% -
HSV(B) 33.11º 0.92% 0.78% -
XYZ 29.62 24.53 3.63 -
YUV 129 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 198 116 15 0 0.41 0.92 0.22 33.11 0.86 0.42
Hex C6 74 F 0 29 5C 16 21 56 2A
Octal 306 164 17 0 51 134 26 41 126 52
Binary 11000110 1110100 1111 0 101001 1011100 10110 100001 1010110 101010

Color Harmonies of #C6740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6740F

Black with #C6740F

Text Example


Text Example

White with #C6740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6740F; }

 p { color: rgb(198,116,15); }

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

background-color css

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

 a { background-color: rgb(198,116,15); }

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

border-color css

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

 span { border-color: rgb(198,116,15); }

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