#c68b34

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

Shades of Geebung #C68B34

Tints of Geebung #C68B34

Color information

#C68B34 (or 0xC68B34) is unknown color: approx Geebung. HEX triplet: C6, 8B and 34. RGB value is (198,139,52). Sum of RGB (Red+Green+Blue) = 198+139+52=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B34 is #3974CB. Grayscale: #939393. Windows color (decimal): -3765452 or 3443654. OLE color: 3443654.

HSL color Cylindrical-coordinate representation of color #C68B34: hue angle of 35.75º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C68B34 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19813952-
CMYK00.300.740.22
HSL35.75º58.4%49.02%-
HSV(B)35.75º73.74%77.65%-
XYZ33.1430.727.43-
YUV146.7274.55164.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 52 (20.70% from 255) = 13.37%
R=50.90%
G=35.73%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981395200.300.740.2235.7558.449.02
HexC68B3401E4A16243a31
Octal3062136403611226447261
Binary1100011010001011110100011110100101010110100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68b34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68b34; }

 p { color: rgb(198,139,52); }

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

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

 a { background-color: rgb(198,139,52); }

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

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

 span { border-color: rgb(198,139,52); }

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