Html Css Color HEX #C66D1A Ochre

📋 copy color: '#C66D1A'

red 198 ◦ green 109 ◦ blue 26

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

Shades of Ochre #C66D1A

Tints of Ochre #C66D1A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.73%

 BLUE value IS 26 (10.55% from 255) = 7.81%

R = 59.46%
G = 32.73%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C66D1A (or 0xC66D1A) is known color: Ochre. HEX triplet: C6, 6D and 1A. RGB value is (198,109,26). Sum of RGB (Red+Green+Blue) = 198+109+26=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 26 (10.55% from 255 or 7.81% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D1A is #3992E5. Grayscale: #7E7E7E. Windows color (decimal): -3773158 or 1732038. OLE color: 1732038.

HSL color Cylindrical-coordinate representation of color #C66D1A: hue angle of 28.95º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C66D1A is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 109 26 -
CMYK 0 0.45 0.87 0.22
HSL 28.95º 0.77% 0.44% -
HSV(B) 28.95º 0.87% 0.78% -
XYZ 28.94 23.02 3.89 -
YUV 126.15 71.49 179.25 -
System Red Green Blue C M Y K H S L
Decimal 198 109 26 0 0.45 0.87 0.22 28.95 0.77 0.44
Hex C6 6D 1A 0 2D 57 16 1D 4D 2C
Octal 306 155 32 0 55 127 26 35 115 54
Binary 11000110 1101101 11010 0 101101 1010111 10110 11101 1001101 101100

Color Harmonies of #C66D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66D1A

Black with #C66D1A

Text Example


Text Example

White with #C66D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66D1A; }

 p { color: rgb(198,109,26); }

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

background-color css

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

 a { background-color: rgb(198,109,26); }

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

border-color css

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

 span { border-color: rgb(198,109,26); }

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