Html Css Color HEX #C6750D Ochre

📋 copy color: '#C6750D'

red 198 ◦ green 117 ◦ blue 13

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

Shades of Ochre #C6750D

Tints of Ochre #C6750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 60.37%
G = 35.67%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6750D (or 0xC6750D) is known color: Ochre. HEX triplet: C6, 75 and 0D. RGB value is (198,117,13). Sum of RGB (Red+Green+Blue) = 198+117+13=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6750D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6750D is #398AF2. Grayscale: #818181. Windows color (decimal): -3771123 or 882118. OLE color: 882118.

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

Color convert

RGB 198 117 13 -
CMYK 0 0.41 0.93 0.22
HSL 33.73º 0.88% 0.41% -
HSV(B) 33.73º 0.93% 0.78% -
XYZ 29.72 24.76 3.59 -
YUV 129.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 198 117 13 0 0.41 0.93 0.22 33.73 0.88 0.41
Hex C6 75 D 0 29 5D 16 22 58 29
Octal 306 165 15 0 51 135 26 42 130 51
Binary 11000110 1110101 1101 0 101001 1011101 10110 100010 1011000 101001

Color Harmonies of #C6750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6750D

Black with #C6750D

Text Example


Text Example

White with #C6750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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