#C68D30

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

Shades of Geebung #C68D30

Tints of Geebung #C68D30

Color information

#C68D30 (or 0xC68D30) is unknown color: approx Geebung. HEX triplet: C6, 8D and 30. RGB value is (198,141,48). Sum of RGB (Red+Green+Blue) = 198+141+48=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D30 is #3972CF. Grayscale: #939393. Windows color (decimal): -3764944 or 3182022. OLE color: 3182022.

HSL color Cylindrical-coordinate representation of color #C68D30: hue angle of 37.2º 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 #C68D30 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB19814148-
CMYK00.290.760.22
HSL37.2º60.98%48.24%-
HSV(B)37.2º75.76%77.65%-
XYZ33.3531.277.07-
YUV147.4471.88164.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 48 (19.14% from 255) = 12.40%
R=51.16%
G=36.43%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981414800.290.760.2237.260.9848.24
HexC68D3001D4C16253d30
Octal3062156003511426457560
Binary1100011010001101110000011101100110010110100101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D30; }

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

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

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

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

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

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

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

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