Html Css Color HEX #C68C31 Geebung

📋 copy color: '#C68C31'

red 198 ◦ green 140 ◦ blue 49

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

Shades of Geebung #C68C31

Tints of Geebung #C68C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

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

R = 51.16%
G = 36.18%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C68C31 (or 0xC68C31) is known color: Geebung. HEX triplet: C6, 8C and 31. RGB value is (198,140,49). Sum of RGB (Red+Green+Blue) = 198+140+49=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C31 is #3973CE. Grayscale: #939393. Windows color (decimal): -3765199 or 3247302. OLE color: 3247302.

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

Color convert

RGB 198 140 49 -
CMYK 0 0.29 0.75 0.22
HSL 36.64º 0.6% 0.48% -
HSV(B) 36.64º 0.75% 0.78% -
XYZ 33.22 30.98 7.14 -
YUV 146.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 198 140 49 0 0.29 0.75 0.22 36.64 0.6 0.48
Hex C6 8C 31 0 1D 4B 16 25 3C 30
Octal 306 214 61 0 35 113 26 45 74 60
Binary 11000110 10001100 110001 0 11101 1001011 10110 100101 111100 110000

Color Harmonies of #C68C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68C31

Black with #C68C31

Text Example


Text Example

White with #C68C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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