Html Css Color HEX #C6821C Ochre

📋 copy color: '#C6821C'

red 198 ◦ green 130 ◦ blue 28

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

Shades of Ochre #C6821C

Tints of Ochre #C6821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 55.62%
G = 36.52%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6821C (or 0xC6821C) is known color: Ochre. HEX triplet: C6, 82 and 1C. RGB value is (198,130,28). Sum of RGB (Red+Green+Blue) = 198+130+28=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6821C is #397DE3. Grayscale: #8B8B8B. Windows color (decimal): -3767780 or 1868486. OLE color: 1868486.

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

Color convert

RGB 198 130 28 -
CMYK 0 0.34 0.86 0.22
HSL 36º 0.75% 0.44% -
HSV(B) 36º 0.86% 0.78% -
XYZ 31.48 28.05 4.85 -
YUV 138.7 65.53 170.29 -
System Red Green Blue C M Y K H S L
Decimal 198 130 28 0 0.34 0.86 0.22 36 0.75 0.44
Hex C6 82 1C 0 22 56 16 24 4B 2C
Octal 306 202 34 0 42 126 26 44 113 54
Binary 11000110 10000010 11100 0 100010 1010110 10110 100100 1001011 101100

Color Harmonies of #C6821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6821C

Black with #C6821C

Text Example


Text Example

White with #C6821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6821C; }

 p { color: rgb(198,130,28); }

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

background-color css

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

 a { background-color: rgb(198,130,28); }

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

border-color css

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

 span { border-color: rgb(198,130,28); }

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