Html Css Color HEX #C67A0F Ochre

📋 copy color: '#C67A0F'

red 198 ◦ green 122 ◦ blue 15

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

Shades of Ochre #C67A0F

Tints of Ochre #C67A0F

RGB

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

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

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

R = 59.1%
G = 36.42%
B = 4.48%

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

#C67A0F (or 0xC67A0F) is known color: Ochre. HEX triplet: C6, 7A and 0F. RGB value is (198,122,15). Sum of RGB (Red+Green+Blue) = 198+122+15=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A0F is #3985F0. Grayscale: #858585. Windows color (decimal): -3769841 or 1014470. OLE color: 1014470.

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

Color convert

RGB 198 122 15 -
CMYK 0 0.38 0.92 0.22
HSL 35.08º 0.86% 0.42% -
HSV(B) 35.08º 0.92% 0.78% -
XYZ 30.33 25.96 3.86 -
YUV 132.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 198 122 15 0 0.38 0.92 0.22 35.08 0.86 0.42
Hex C6 7A F 0 26 5C 16 23 56 2A
Octal 306 172 17 0 46 134 26 43 126 52
Binary 11000110 1111010 1111 0 100110 1011100 10110 100011 1010110 101010

Color Harmonies of #C67A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A0F

Black with #C67A0F

Text Example


Text Example

White with #C67A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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