#C68D2E

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

Shades of Geebung #C68D2E

Tints of Geebung #C68D2E

Color information

#C68D2E (or 0xC68D2E) is unknown color: approx Geebung. HEX triplet: C6, 8D and 2E. RGB value is (198,141,46). Sum of RGB (Red+Green+Blue) = 198+141+46=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D2E is #3972D1. Grayscale: #939393. Windows color (decimal): -3764946 or 3050950. OLE color: 3050950.

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

Color convert

RGB19814146-
CMYK00.290.770.22
HSL37.5º62.3%47.84%-
HSV(B)37.5º76.77%77.65%-
XYZ33.3131.256.86-
YUV147.2170.88164.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 46 (18.36% from 255) = 11.95%
R=51.43%
G=36.62%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981414600.290.770.2237.562.347.84
HexC68D2E01D4D16263e30
Octal3062155603511526467660
Binary1100011010001101101110011101100110110110100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68D2E; }

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

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

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

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

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

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

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

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