#C68E2E

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

Shades of Geebung #C68E2E

Tints of Geebung #C68E2E

Color information

#C68E2E (or 0xC68E2E) is unknown color: approx Geebung. HEX triplet: C6, 8E and 2E. RGB value is (198,142,46). Sum of RGB (Red+Green+Blue) = 198+142+46=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 46 (18.36% from 255 or 11.92% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E2E is #3971D1. Grayscale: #949494. Windows color (decimal): -3764690 or 3051206. OLE color: 3051206.

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

Color convert

RGB19814246-
CMYK00.280.770.22
HSL37.89º62.3%47.84%-
HSV(B)37.89º76.77%77.65%-
XYZ33.4531.556.91-
YUV147.870.55163.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 142 (55.86% from 255) = 36.79%
BLUE value IS 46 (18.36% from 255) = 11.92%
R=51.30%
G=36.79%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981424600.280.770.2237.8962.347.84
HexC68E2E01C4D16263e30
Octal3062165603411526467660
Binary1100011010001110101110011100100110110110100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E2E; }

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

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

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

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

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

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

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

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