#C68F2E

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

Shades of Hokey Pokey #C68F2E

Tints of Hokey Pokey #C68F2E

Color information

#C68F2E (or 0xC68F2E) is unknown color: approx Hokey Pokey. HEX triplet: C6, 8F and 2E. RGB value is (198,143,46). Sum of RGB (Red+Green+Blue) = 198+143+46=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F2E is #3970D1. Grayscale: #949494. Windows color (decimal): -3764434 or 3051462. OLE color: 3051462.

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

Color convert

RGB19814346-
CMYK00.280.770.22
HSL38.29º62.3%47.84%-
HSV(B)38.29º76.77%77.65%-
XYZ33.631.856.96-
YUV148.3970.22163.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 46 (18.36% from 255) = 11.89%
R=51.16%
G=36.95%
B=11.89%

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
Decimal1981434600.280.770.2238.2962.347.84
HexC68F2E01C4D16263e30
Octal3062175603411526467660
Binary1100011010001111101110011100100110110110100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F2E; }

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

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

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

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

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

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

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

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