Html Css Color HEX #C66D1F Ochre

📋 copy color: '#C66D1F'

red 198 ◦ green 109 ◦ blue 31

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

Shades of Ochre #C66D1F

Tints of Ochre #C66D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 58.58%
G = 32.25%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C66D1F (or 0xC66D1F) is known color: Ochre. HEX triplet: C6, 6D and 1F. RGB value is (198,109,31). Sum of RGB (Red+Green+Blue) = 198+109+31=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66D1F is #3992E0. Grayscale: #7F7F7F. Windows color (decimal): -3773153 or 2059718. OLE color: 2059718.

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

Color convert

RGB 198 109 31 -
CMYK 0 0.45 0.84 0.22
HSL 28.02º 0.73% 0.45% -
HSV(B) 28.02º 0.84% 0.78% -
XYZ 29 23.04 4.22 -
YUV 126.72 73.99 178.84 -
System Red Green Blue C M Y K H S L
Decimal 198 109 31 0 0.45 0.84 0.22 28.02 0.73 0.45
Hex C6 6D 1F 0 2D 54 16 1C 49 2D
Octal 306 155 37 0 55 124 26 34 111 55
Binary 11000110 1101101 11111 0 101101 1010100 10110 11100 1001001 101101

Color Harmonies of #C66D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66D1F

Black with #C66D1F

Text Example


Text Example

White with #C66D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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