Html Css Color HEX #C6841A Ochre

📋 copy color: '#C6841A'

red 198 ◦ green 132 ◦ blue 26

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

Shades of Ochre #C6841A

Tints of Ochre #C6841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 55.62%
G = 37.08%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6841A (or 0xC6841A) is known color: Ochre. HEX triplet: C6, 84 and 1A. RGB value is (198,132,26). Sum of RGB (Red+Green+Blue) = 198+132+26=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6841A is #397BE5. Grayscale: #8C8C8C. Windows color (decimal): -3767270 or 1737926. OLE color: 1737926.

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

Color convert

RGB 198 132 26 -
CMYK 0 0.33 0.87 0.22
HSL 36.98º 0.77% 0.44% -
HSV(B) 36.98º 0.87% 0.78% -
XYZ 31.73 28.58 4.82 -
YUV 139.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 198 132 26 0 0.33 0.87 0.22 36.98 0.77 0.44
Hex C6 84 1A 0 21 57 16 25 4D 2C
Octal 306 204 32 0 41 127 26 45 115 54
Binary 11000110 10000100 11010 0 100001 1010111 10110 100101 1001101 101100

Color Harmonies of #C6841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6841A

Black with #C6841A

Text Example


Text Example

White with #C6841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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