Html Css Color HEX #C69231 Hokey Pokey

📋 copy color: '#C69231'

red 198 ◦ green 146 ◦ blue 49

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

Shades of Hokey Pokey #C69231

Tints of Hokey Pokey #C69231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.15%

 BLUE value IS 49 (19.53% from 255) = 12.47%

R = 50.38%
G = 37.15%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C69231 (or 0xC69231) is known color: Hokey Pokey. HEX triplet: C6, 92 and 31. RGB value is (198,146,49). Sum of RGB (Red+Green+Blue) = 198+146+49=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C69231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69231 is #396DCE. Grayscale: #969696. Windows color (decimal): -3763663 or 3248838. OLE color: 3248838.

HSL color Cylindrical-coordinate representation of color #C69231: hue angle of 39.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C69231 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 49 -
CMYK 0 0.26 0.75 0.22
HSL 39.06º 0.6% 0.48% -
HSV(B) 39.06º 0.75% 0.78% -
XYZ 34.12 32.79 7.44 -
YUV 150.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 198 146 49 0 0.26 0.75 0.22 39.06 0.6 0.48
Hex C6 92 31 0 1A 4B 16 27 3C 30
Octal 306 222 61 0 32 113 26 47 74 60
Binary 11000110 10010010 110001 0 11010 1001011 10110 100111 111100 110000

Color Harmonies of #C69231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69231

Black with #C69231

Text Example


Text Example

White with #C69231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69231; }

 p { color: rgb(198,146,49); }

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

background-color css

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

 a { background-color: rgb(198,146,49); }

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

border-color css

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

 span { border-color: rgb(198,146,49); }

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