#c69a35

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

Shades of Hokey Pokey #C69A35

Tints of Hokey Pokey #C69A35

Color information

#C69A35 (or 0xC69A35) is unknown color: approx Hokey Pokey. HEX triplet: C6, 9A and 35. RGB value is (198,154,53). Sum of RGB (Red+Green+Blue) = 198+154+53=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A35 is #3965CA. Grayscale: #9C9C9C. Windows color (decimal): -3761611 or 3513030. OLE color: 3513030.

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

Color convert

RGB19815453-
CMYK00.220.730.22
HSL41.79º57.77%49.22%-
HSV(B)41.79º73.23%77.65%-
XYZ35.4935.378.33-
YUV155.6470.08158.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 53 (21.09% from 255) = 13.09%
R=48.89%
G=38.02%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981545300.220.730.2241.7957.7749.22
HexC69A3501649162a3a31
Octal3062326502611126527261
Binary1100011010011010110101010110100100110110101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c69a35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c69a35; }

 p { color: rgb(198,154,53); }

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

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

 a { background-color: rgb(198,154,53); }

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

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

 span { border-color: rgb(198,154,53); }

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