Html Css Color HEX #C68222 Geebung

📋 copy color: '#C68222'

red 198 ◦ green 130 ◦ blue 34

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

Shades of Geebung #C68222

Tints of Geebung #C68222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 34 (13.67% from 255) = 9.39%

R = 54.7%
G = 35.91%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C68222 (or 0xC68222) is known color: Geebung. HEX triplet: C6, 82 and 22. RGB value is (198,130,34). Sum of RGB (Red+Green+Blue) = 198+130+34=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C68222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68222 is #397DDD. Grayscale: #8B8B8B. Windows color (decimal): -3767774 or 2261702. OLE color: 2261702.

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

Color convert

RGB 198 130 34 -
CMYK 0 0.34 0.83 0.22
HSL 35.12º 0.71% 0.45% -
HSV(B) 35.12º 0.83% 0.78% -
XYZ 31.56 28.09 5.27 -
YUV 139.39 68.53 169.81 -
System Red Green Blue C M Y K H S L
Decimal 198 130 34 0 0.34 0.83 0.22 35.12 0.71 0.45
Hex C6 82 22 0 22 53 16 23 47 2D
Octal 306 202 42 0 42 123 26 43 107 55
Binary 11000110 10000010 100010 0 100010 1010011 10110 100011 1000111 101101

Color Harmonies of #C68222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68222

Black with #C68222

Text Example


Text Example

White with #C68222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68222; }

 p { color: rgb(198,130,34); }

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

background-color css

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

 a { background-color: rgb(198,130,34); }

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

border-color css

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

 span { border-color: rgb(198,130,34); }

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