Html Css Color HEX #C69535 Hokey Pokey

📋 copy color: '#C69535'

red 198 ◦ green 149 ◦ blue 53

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

Shades of Hokey Pokey #C69535

Tints of Hokey Pokey #C69535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 49.5%
G = 37.25%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C69535 (or 0xC69535) is known color: Hokey Pokey. HEX triplet: C6, 95 and 35. RGB value is (198,149,53). Sum of RGB (Red+Green+Blue) = 198+149+53=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C69535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69535 is #396ACA. Grayscale: #999999. Windows color (decimal): -3762891 or 3511750. OLE color: 3511750.

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

Color convert

RGB 198 149 53 -
CMYK 0 0.25 0.73 0.22
HSL 39.72º 0.58% 0.49% -
HSV(B) 39.72º 0.73% 0.78% -
XYZ 34.68 33.76 8.06 -
YUV 152.71 71.73 160.31 -
System Red Green Blue C M Y K H S L
Decimal 198 149 53 0 0.25 0.73 0.22 39.72 0.58 0.49
Hex C6 95 35 0 19 49 16 28 3A 31
Octal 306 225 65 0 31 111 26 50 72 61
Binary 11000110 10010101 110101 0 11001 1001001 10110 101000 111010 110001

Color Harmonies of #C69535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69535

Black with #C69535

Text Example


Text Example

White with #C69535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69535; }

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

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

background-color css

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

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

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

border-color css

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

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

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