Html Css Color HEX #C6750F Ochre

📋 copy color: '#C6750F'

red 198 ◦ green 117 ◦ blue 15

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

Shades of Ochre #C6750F

Tints of Ochre #C6750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 60%
G = 35.45%
B = 4.55%

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

#C6750F (or 0xC6750F) is known color: Ochre. HEX triplet: C6, 75 and 0F. RGB value is (198,117,15). Sum of RGB (Red+Green+Blue) = 198+117+15=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6750F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6750F is #398AF0. Grayscale: #828282. Windows color (decimal): -3771121 or 1013190. OLE color: 1013190.

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

Color convert

RGB 198 117 15 -
CMYK 0 0.41 0.92 0.22
HSL 33.44º 0.86% 0.42% -
HSV(B) 33.44º 0.92% 0.78% -
XYZ 29.74 24.76 3.66 -
YUV 129.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 198 117 15 0 0.41 0.92 0.22 33.44 0.86 0.42
Hex C6 75 F 0 29 5C 16 21 56 2A
Octal 306 165 17 0 51 134 26 41 126 52
Binary 11000110 1110101 1111 0 101001 1011100 10110 100001 1010110 101010

Color Harmonies of #C6750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6750F

Black with #C6750F

Text Example


Text Example

White with #C6750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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