Html Css Color HEX #C68621 Geebung

📋 copy color: '#C68621'

red 198 ◦ green 134 ◦ blue 33

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

Shades of Geebung #C68621

Tints of Geebung #C68621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

 BLUE value IS 33 (13.28% from 255) = 9.04%

R = 54.25%
G = 36.71%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C68621 (or 0xC68621) is known color: Geebung. HEX triplet: C6, 86 and 21. RGB value is (198,134,33). Sum of RGB (Red+Green+Blue) = 198+134+33=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68621 is #3979DE. Grayscale: #8E8E8E. Windows color (decimal): -3766751 or 2197190. OLE color: 2197190.

HSL color Cylindrical-coordinate representation of color #C68621: hue angle of 36.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C68621 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 134 33 -
CMYK 0 0.32 0.83 0.22
HSL 36.73º 0.71% 0.45% -
HSV(B) 36.73º 0.83% 0.78% -
XYZ 32.09 29.17 5.38 -
YUV 141.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 198 134 33 0 0.32 0.83 0.22 36.73 0.71 0.45
Hex C6 86 21 0 20 53 16 25 47 2D
Octal 306 206 41 0 40 123 26 45 107 55
Binary 11000110 10000110 100001 0 100000 1010011 10110 100101 1000111 101101

Color Harmonies of #C68621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68621

Black with #C68621

Text Example


Text Example

White with #C68621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68621; }

 p { color: rgb(198,134,33); }

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

background-color css

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

 a { background-color: rgb(198,134,33); }

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

border-color css

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

 span { border-color: rgb(198,134,33); }

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