Html Css Color HEX #C67A10 Ochre

📋 copy color: '#C67A10'

red 198 ◦ green 122 ◦ blue 16

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

Shades of Ochre #C67A10

Tints of Ochre #C67A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 58.93%
G = 36.31%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C67A10 (or 0xC67A10) is known color: Ochre. HEX triplet: C6, 7A and 10. RGB value is (198,122,16). Sum of RGB (Red+Green+Blue) = 198+122+16=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A10 is #3985EF. Grayscale: #858585. Windows color (decimal): -3769840 or 1080006. OLE color: 1080006.

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

Color convert

RGB 198 122 16 -
CMYK 0 0.38 0.92 0.22
HSL 34.95º 0.85% 0.42% -
HSV(B) 34.95º 0.92% 0.78% -
XYZ 30.34 25.96 3.9 -
YUV 132.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 198 122 16 0 0.38 0.92 0.22 34.95 0.85 0.42
Hex C6 7A 10 0 26 5C 16 23 55 2A
Octal 306 172 20 0 46 134 26 43 125 52
Binary 11000110 1111010 10000 0 100110 1011100 10110 100011 1010101 101010

Color Harmonies of #C67A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A10

Black with #C67A10

Text Example


Text Example

White with #C67A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A10; }

 p { color: rgb(198,122,16); }

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

background-color css

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

 a { background-color: rgb(198,122,16); }

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

border-color css

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

 span { border-color: rgb(198,122,16); }

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