Html Css Color HEX #C6821E Ochre

📋 copy color: '#C6821E'

red 198 ◦ green 130 ◦ blue 30

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

Shades of Ochre #C6821E

Tints of Ochre #C6821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.38%

R = 55.31%
G = 36.31%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6821E (or 0xC6821E) is known color: Ochre. HEX triplet: C6, 82 and 1E. RGB value is (198,130,30). Sum of RGB (Red+Green+Blue) = 198+130+30=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C6821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6821E is #397DE1. Grayscale: #8B8B8B. Windows color (decimal): -3767778 or 1999558. OLE color: 1999558.

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

Color convert

RGB 198 130 30 -
CMYK 0 0.34 0.85 0.22
HSL 35.71º 0.74% 0.45% -
HSV(B) 35.71º 0.85% 0.78% -
XYZ 31.51 28.06 4.98 -
YUV 138.93 66.53 170.13 -
System Red Green Blue C M Y K H S L
Decimal 198 130 30 0 0.34 0.85 0.22 35.71 0.74 0.45
Hex C6 82 1E 0 22 55 16 24 4A 2D
Octal 306 202 36 0 42 125 26 44 112 55
Binary 11000110 10000010 11110 0 100010 1010101 10110 100100 1001010 101101

Color Harmonies of #C6821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6821E

Black with #C6821E

Text Example


Text Example

White with #C6821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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