#C68229

Color #C68229 Geebung (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geebung #C68229

Tints of Geebung #C68229

Color information

#C68229 (or 0xC68229) is unknown color: approx Geebung. HEX triplet: C6, 82 and 29. RGB value is (198,130,41). Sum of RGB (Red+Green+Blue) = 198+130+41=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C68229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68229 is #397DD6. Grayscale: #8C8C8C. Windows color (decimal): -3767767 or 2720454. OLE color: 2720454.

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

Color convert

RGB19813041-
CMYK00.340.790.22
HSL34.01º65.69%46.86%-
HSV(B)34.01º79.29%77.65%-
XYZ31.6728.135.86-
YUV140.1972.03169.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 41 (16.41% from 255) = 11.11%
R=53.66%
G=35.23%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981304100.340.790.2234.0165.6946.86
HexC682290224F1622422f
Octal30620251042117264210257
Binary110001101000001010100101000101001111101101000101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68229; }

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

 H1.HeaderClassName
 {
   color: #C68229;
 }
 .AnyTagClassName
 {
   color: #C68229;
 }
</style>
background-color css

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

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

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

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

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

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