#C98622

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

Shades of Geebung #C98622

Tints of Geebung #C98622

Color information

#C98622 (or 0xC98622) is unknown color: approx Geebung. HEX triplet: C9, 86 and 22. RGB value is (201,134,34). Sum of RGB (Red+Green+Blue) = 201+134+34=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C98622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98622 is #3679DD. Grayscale: #8F8F8F. Windows color (decimal): -3570142 or 2262729. OLE color: 2262729.

HSL color Cylindrical-coordinate representation of color #C98622: hue angle of 35.93º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C98622 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20113434-
CMYK00.330.830.21
HSL35.93º71.06%46.08%-
HSV(B)35.93º83.08%78.82%-
XYZ32.929.585.49-
YUV142.6366.7169.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 34 (13.67% from 255) = 9.21%
R=54.47%
G=36.31%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011343400.330.830.2135.9371.0646.08
HexC98622021531524472e
Octal31120642041123254410756
Binary110010011000011010001001000011010011101011001001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98622; }

 p { color: rgb(201,134,34); }

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

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

 a { background-color: rgb(201,134,34); }

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

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

 span { border-color: rgb(201,134,34); }

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