Html Css Color HEX #C6760D Ochre

📋 copy color: '#C6760D'

red 198 ◦ green 118 ◦ blue 13

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

Shades of Ochre #C6760D

Tints of Ochre #C6760D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 60.18%
G = 35.87%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6760D (or 0xC6760D) is known color: Ochre. HEX triplet: C6, 76 and 0D. RGB value is (198,118,13). Sum of RGB (Red+Green+Blue) = 198+118+13=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6760D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6760D is #3989F2. Grayscale: #828282. Windows color (decimal): -3770867 or 882374. OLE color: 882374.

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

Color convert

RGB 198 118 13 -
CMYK 0 0.40 0.93 0.22
HSL 34.05º 0.88% 0.41% -
HSV(B) 34.05º 0.93% 0.78% -
XYZ 29.84 24.99 3.63 -
YUV 129.95 62 176.54 -
System Red Green Blue C M Y K H S L
Decimal 198 118 13 0 0.40 0.93 0.22 34.05 0.88 0.41
Hex C6 76 D 0 28 5D 16 22 58 29
Octal 306 166 15 0 50 135 26 42 130 51
Binary 11000110 1110110 1101 0 101000 1011101 10110 100010 1011000 101001

Color Harmonies of #C6760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6760D

Black with #C6760D

Text Example


Text Example

White with #C6760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6760D; }

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

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

background-color css

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

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

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

border-color css

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

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

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