#C68130

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

Shades of Geebung #C68130

Tints of Geebung #C68130

Color information

#C68130 (or 0xC68130) is unknown color: approx Geebung. HEX triplet: C6, 81 and 30. RGB value is (198,129,48). Sum of RGB (Red+Green+Blue) = 198+129+48=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C68130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68130 is #397ECF. Grayscale: #8C8C8C. Windows color (decimal): -3768016 or 3178950. OLE color: 3178950.

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

Color convert

RGB19812948-
CMYK00.350.760.22
HSL32.4º60.98%48.24%-
HSV(B)32.4º75.76%77.65%-
XYZ31.6727.926.52-
YUV140.475.86169.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 48 (19.14% from 255) = 12.8%
R=52.8%
G=34.4%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981294800.350.760.2232.460.9848.24
HexC681300234C16203d30
Octal3062016004311426407560
Binary11000110100000011100000100011100110010110100000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68130; }

 p { color: rgb(198,129,48); }

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

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

 a { background-color: rgb(198,129,48); }

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

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

 span { border-color: rgb(198,129,48); }

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