Html Css Color HEX #C6822E Geebung

📋 copy color: '#C6822E'

red 198 ◦ green 130 ◦ blue 46

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

Shades of Geebung #C6822E

Tints of Geebung #C6822E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.3%

R = 52.94%
G = 34.76%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6822E (or 0xC6822E) is known color: Geebung. HEX triplet: C6, 82 and 2E. RGB value is (198,130,46). Sum of RGB (Red+Green+Blue) = 198+130+46=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 46 (18.36% from 255 or 12.30% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6822E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6822E is #397DD1. Grayscale: #8D8D8D. Windows color (decimal): -3767762 or 3048134. OLE color: 3048134.

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

Color convert

RGB 198 130 46 -
CMYK 0 0.34 0.77 0.22
HSL 33.16º 0.62% 0.48% -
HSV(B) 33.16º 0.77% 0.78% -
XYZ 31.76 28.17 6.35 -
YUV 140.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 198 130 46 0 0.34 0.77 0.22 33.16 0.62 0.48
Hex C6 82 2E 0 22 4D 16 21 3E 30
Octal 306 202 56 0 42 115 26 41 76 60
Binary 11000110 10000010 101110 0 100010 1001101 10110 100001 111110 110000

Color Harmonies of #C6822E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6822E

Black with #C6822E

Text Example


Text Example

White with #C6822E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6822E; }

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

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

background-color css

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

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

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

border-color css

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

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

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