Html Css Color HEX #C69534 Hokey Pokey

📋 copy color: '#C69534'

red 198 ◦ green 149 ◦ blue 52

#C69534
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hokey Pokey #C69534

Tints of Hokey Pokey #C69534

RGB

 RED value IS 198 (77.73% from 255) = 49.62%

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 49.62%
G = 37.34%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C69534 (or 0xC69534) is known color: Hokey Pokey. HEX triplet: C6, 95 and 34. RGB value is (198,149,52). Sum of RGB (Red+Green+Blue) = 198+149+52=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C69534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69534 is #396ACB. Grayscale: #999999. Windows color (decimal): -3762892 or 3446214. OLE color: 3446214.

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

Color convert

RGB 198 149 52 -
CMYK 0 0.25 0.74 0.22
HSL 39.86º 0.58% 0.49% -
HSV(B) 39.86º 0.74% 0.78% -
XYZ 34.66 33.75 7.94 -
YUV 152.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 198 149 52 0 0.25 0.74 0.22 39.86 0.58 0.49
Hex C6 95 34 0 19 4A 16 28 3A 31
Octal 306 225 64 0 31 112 26 50 72 61
Binary 11000110 10010101 110100 0 11001 1001010 10110 101000 111010 110001

Color Harmonies of #C69534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69534

Black with #C69534

Text Example


Text Example

White with #C69534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69534; }

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

 H1.HeaderClassName
 {
   color: #C69534;
 }
 .AnyTagClassName
 {
   color: #C69534;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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