Html Css Color HEX #C69635 Hokey Pokey

📋 copy color: '#C69635'

red 198 ◦ green 150 ◦ blue 53

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

Shades of Hokey Pokey #C69635

Tints of Hokey Pokey #C69635

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

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

R = 49.38%
G = 37.41%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C69635 (or 0xC69635) is known color: Hokey Pokey. HEX triplet: C6, 96 and 35. RGB value is (198,150,53). Sum of RGB (Red+Green+Blue) = 198+150+53=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C69635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69635 is #3969CA. Grayscale: #999999. Windows color (decimal): -3762635 or 3512006. OLE color: 3512006.

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

Color convert

RGB 198 150 53 -
CMYK 0 0.24 0.73 0.22
HSL 40.14º 0.58% 0.49% -
HSV(B) 40.14º 0.73% 0.78% -
XYZ 34.84 34.08 8.11 -
YUV 153.29 71.4 159.89 -
System Red Green Blue C M Y K H S L
Decimal 198 150 53 0 0.24 0.73 0.22 40.14 0.58 0.49
Hex C6 96 35 0 18 49 16 28 3A 31
Octal 306 226 65 0 30 111 26 50 72 61
Binary 11000110 10010110 110101 0 11000 1001001 10110 101000 111010 110001

Color Harmonies of #C69635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69635

Black with #C69635

Text Example


Text Example

White with #C69635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69635; }

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

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

background-color css

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

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

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

border-color css

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

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

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