Html Css Color HEX #C6740B Ochre

📋 copy color: '#C6740B'

red 198 ◦ green 116 ◦ blue 11

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

Shades of Ochre #C6740B

Tints of Ochre #C6740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.38%

R = 60.92%
G = 35.69%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6740B (or 0xC6740B) is known color: Ochre. HEX triplet: C6, 74 and 0B. RGB value is (198,116,11). Sum of RGB (Red+Green+Blue) = 198+116+11=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6740B is #398BF4. Grayscale: #818181. Windows color (decimal): -3771381 or 750790. OLE color: 750790.

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

Color convert

RGB 198 116 11 -
CMYK 0 0.41 0.94 0.22
HSL 33.69º 0.89% 0.41% -
HSV(B) 33.69º 0.94% 0.78% -
XYZ 29.59 24.52 3.49 -
YUV 128.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 198 116 11 0 0.41 0.94 0.22 33.69 0.89 0.41
Hex C6 74 B 0 29 5E 16 22 59 29
Octal 306 164 13 0 51 136 26 42 131 51
Binary 11000110 1110100 1011 0 101001 1011110 10110 100010 1011001 101001

Color Harmonies of #C6740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6740B

Black with #C6740B

Text Example


Text Example

White with #C6740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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