#C68E2D

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

Shades of Geebung #C68E2D

Tints of Geebung #C68E2D

Color information

#C68E2D (or 0xC68E2D) is unknown color: approx Geebung. HEX triplet: C6, 8E and 2D. RGB value is (198,142,45). Sum of RGB (Red+Green+Blue) = 198+142+45=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E2D is #3971D2. Grayscale: #949494. Windows color (decimal): -3764691 or 2985670. OLE color: 2985670.

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

Color convert

RGB19814245-
CMYK00.280.770.22
HSL38.04º62.96%47.65%-
HSV(B)38.04º77.27%77.65%-
XYZ33.4431.546.81-
YUV147.6970.05163.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 45 (17.97% from 255) = 11.69%
R=51.43%
G=36.88%
B=11.69%

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
Decimal1981424500.280.770.2238.0462.9647.65
HexC68E2D01C4D16263f30
Octal3062165503411526467760
Binary1100011010001110101101011100100110110110100110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68E2D; }

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

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

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

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

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

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

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

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